home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
FishMarket 1.0
/
FishMarket v1.0.iso
/
fishies
/
376-400
/
disk_376
/
aztecarp
/
sources.lzh
/
vars.c
< prev
next >
Wrap
C/C++ Source or Header
|
1990-08-01
|
803b
|
31 lines
/* Created 11/08/87 by -=+SDB+=- from file vars.c provided by Manx */
/* Copyright (C) 1987 by Scott Ballantyne */
/* Freely usable by arp supporters */
void *SysBase, *DOSBase = NULL, *MathBase, *MathTransBase;
void *MathIeeeDoubBasBase, *MathIeeeDoubTransBase;
void *IntuitionBase, *GfxBase; /* Arp specials, DOSBase == ArpBase (NOT ANY MORE) */
struct ArpBase *ArpBase;
/* Following two declarations now moved to AztecGlue.s
* Makes it easier to *only* use the glue routines, if that is what
* you desire
*/
long _savsp, _stkbase;
int errno, Enable_Abort;
struct WBStartup *WBenchMsg;
int _argc;
char **_argv;
struct _dev *_devtab;
short _numdev = 20;
char *_detach_name = 0; /* for DETACHED programs */
long _detach_curdir = 0;
void *_oldtrap, **_trapaddr; /* for signal() cleanup */